home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1998 January: Mac OS SDK / Dev.CD Jan 98 SDK1.toast / Development Kits (Disc 1) / Interfaces&Libraries / Universal / Interfaces / AIncludes / Strings.a < prev    next >
Encoding:
Text File  |  1997-08-12  |  703 b   |  32 lines  |  [TEXT/MPS ]

  1. ;
  2. ;    File:        Strings.a
  3. ;
  4. ;    Contains:    Pascal <-> C String Interfaces.
  5. ;
  6. ;    Version:    Technology:    System 7.5
  7. ;                Release:    Universal Interfaces 3.0.1
  8. ;
  9. ;    Copyright:    © 1985-1993, 1996-1997 by Apple Computer, Inc., all rights reserved
  10. ;
  11. ;    Bugs?:        Please include the the file and version information (from above) with
  12. ;                the problem description.  Developers belonging to one of the Apple
  13. ;                developer programs can submit bug reports to:
  14. ;
  15. ;                    devsupport@apple.com
  16. ;
  17. ;
  18. ;    Note: All Pascal <-> C String routines have moved to TextUtils.h
  19. ;
  20. ;
  21.  
  22.     IF &TYPE('__STRINGS__') = 'UNDEFINED' THEN
  23. __STRINGS__ SET 1
  24.  
  25.     IF &TYPE('__TEXTUTILS__') = 'UNDEFINED' THEN
  26.     include 'TextUtils.a'
  27.     ENDIF
  28.  
  29.     ENDIF ; __STRINGS__ 
  30.  
  31.